Represents method CreateObjectList<T>(T[],Boolean).
CreateObjectList<T>(T[],Boolean)
public class function CreateObjectList<T: class>(const values: array of T; ownsObjects: Boolean = True): IList<T>; overload; static;